"192.168.0.1:sipop" Previous topic Chapter index Next topic

GRUPOFAMILIAR_BI

 

 

Descriptions

There is no desription for trigger GRUPOFAMILIAR_BI

 

Definition


CREATE TRIGGER GRUPOFAMILIAR_BI FOR GRUPOFAMILIAR ACTIVE
BEFORE INSERT POSITION 0
AS
BEGIN
  /* Trigger body */
  IF (NEW.id_grupo_familiar IS NULL) THEN
  BEGIN
  NEW.id_grupo_familiar = GEN_ID("gen_grupofamiliar",1);
  IF ( NEW.id_grupo_familiar >99999999) THEN
     EXECUTE STATEMENT 'SET GENERATOR "gen_grupofamiliar" TO 0';
  END
  /* Trigger body */
END

    This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. Previous topic Chapter index Next topic